buffer overflow - определение. Что такое buffer overflow
Diclib.com
Словарь онлайн

Что (кто) такое buffer overflow - определение


Buffer overflow         
  • Visualization of a software buffer overflow. Data is written into A, but is too large to fit within A, so it ''overflows'' into B.
ANOMALY IN COMPUTER SECURITY AND PROGRAMMING THAT COULD BE EXPLOITED AS A SECURITY VULNERABILITY
Buffer-overrun; Buffer Overflow; Stack smash; Buffer overrun; Buffer overflows; Buffer overruns; Xrun; DLL trampolining; Pointer protection
In information security and programming, a buffer overflow, or buffer overrun, is an anomaly where a program, while writing data to a buffer, overruns the buffer's boundary and overwrites adjacent memory locations.
buffer overflow         
  • Visualization of a software buffer overflow. Data is written into A, but is too large to fit within A, so it ''overflows'' into B.
ANOMALY IN COMPUTER SECURITY AND PROGRAMMING THAT COULD BE EXPLOITED AS A SECURITY VULNERABILITY
Buffer-overrun; Buffer Overflow; Stack smash; Buffer overrun; Buffer overflows; Buffer overruns; Xrun; DLL trampolining; Pointer protection
<programming> What happens when you try to store more data in a buffer than it can handle. This may be due to a mismatch in the processing rates of the producing and consuming processes (see overrun and firehose syndrome), or because the buffer is simply too small to hold all the data that must accumulate before a piece of it can be processed. For example, in a text-processing tool that crunches a line at a time, a short line buffer can result in lossage as input from a long line overflows the buffer and overwrites data beyond it. Good defensive programming would check for overflow on each character and stop accepting data when the buffer is full. See also spam, overrun screw. [Jargon File] (1996-05-13)
buffer overrun         
  • Visualization of a software buffer overflow. Data is written into A, but is too large to fit within A, so it ''overflows'' into B.
ANOMALY IN COMPUTER SECURITY AND PROGRAMMING THAT COULD BE EXPLOITED AS A SECURITY VULNERABILITY
Buffer-overrun; Buffer Overflow; Stack smash; Buffer overrun; Buffer overflows; Buffer overruns; Xrun; DLL trampolining; Pointer protection
Примеры произношения для buffer overflow
1. than explaining the buffer overflow.
Bitwise - A Life in Code _ David Auerbach _ Talks at Google
2. It had a buffer overflow in it.
Bitwise - A Life in Code _ David Auerbach _ Talks at Google
3. So that's the buffer overflow story.
Bitwise - A Life in Code _ David Auerbach _ Talks at Google
4. will buffer overflow Windows, and crash Windows,
The Florentine Deception _ Carey Nachenberg _ Talks at Google
5. ascertained that the buffer overflow was real
Bitwise - A Life in Code _ David Auerbach _ Talks at Google
Примеры употребления для buffer overflow
1. PC suffered buffer overflow attempt to subvert web server built into Microsoft Windows.